function getFocus() { self.focus(); } function newWindow(temp_url) { s = new String(temp_url); if (s.substr(0, 7) != "http://" && s.substr(0,8) != "https://") { t_url = "http://" + temp_url; } else { t_url = temp_url; } NewWin=window.open(t_url, ""); } document.open(); document.writeln ("